home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / Tools / Drive Rescue / _SETUP.1 / rescue.exe / 0 / RCDATA / TSECTORDIALOG / TSECTORDIALOG.txt
Encoding:
Text File  |  2001-12-05  |  2.4 KB  |  127 lines

  1. object SectorDialog: TSectorDialog
  2.   Left = 227
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select sector range'
  6.   ClientHeight = 249
  7.   ClientWidth = 370
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 218
  21.     Width = 61
  22.     Height = 13
  23.     Caption = 'Size to scan:'
  24.   end
  25.   object LabelSize: TLabel
  26.     Left = 88
  27.     Top = 218
  28.     Width = 73
  29.     Height = 13
  30.     AutoSize = False
  31.     Caption = 'LabelSize'
  32.   end
  33.   object OKBtn: TButton
  34.     Left = 284
  35.     Top = 24
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'OK'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 0
  42.   end
  43.   object CancelBtn: TButton
  44.     Left = 284
  45.     Top = 90
  46.     Width = 75
  47.     Height = 27
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 1
  52.   end
  53.   object GroupBox1: TGroupBox
  54.     Left = 8
  55.     Top = 20
  56.     Width = 249
  57.     Height = 89
  58.     Caption = 'Start sector'
  59.     TabOrder = 2
  60.     object TrackBarStartSec: TTrackBar
  61.       Left = 8
  62.       Top = 20
  63.       Width = 237
  64.       Height = 37
  65.       Max = 50
  66.       Orientation = trHorizontal
  67.       Frequency = 1
  68.       Position = 0
  69.       SelEnd = 0
  70.       SelStart = 0
  71.       TabOrder = 0
  72.       TickMarks = tmBottomRight
  73.       TickStyle = tsAuto
  74.       OnChange = TrackBarStartSecChange
  75.     end
  76.     object EditStartSec: TEdit
  77.       Left = 20
  78.       Top = 56
  79.       Width = 61
  80.       Height = 21
  81.       TabOrder = 1
  82.       Text = 'EditStartSec'
  83.     end
  84.   end
  85.   object GroupBox2: TGroupBox
  86.     Left = 8
  87.     Top = 114
  88.     Width = 249
  89.     Height = 89
  90.     Caption = 'End sector'
  91.     TabOrder = 3
  92.     object TrackBarEndSec: TTrackBar
  93.       Left = 8
  94.       Top = 20
  95.       Width = 237
  96.       Height = 37
  97.       Max = 50
  98.       Orientation = trHorizontal
  99.       Frequency = 1
  100.       Position = 50
  101.       SelEnd = 0
  102.       SelStart = 0
  103.       TabOrder = 0
  104.       TickMarks = tmBottomRight
  105.       TickStyle = tsAuto
  106.       OnChange = TrackBarEndSecChange
  107.     end
  108.     object EditEndSec: TEdit
  109.       Left = 20
  110.       Top = 60
  111.       Width = 65
  112.       Height = 21
  113.       TabOrder = 1
  114.       Text = 'EditEndSec'
  115.     end
  116.   end
  117.   object Button1: TButton
  118.     Left = 284
  119.     Top = 56
  120.     Width = 75
  121.     Height = 25
  122.     Caption = 'Apply'
  123.     TabOrder = 4
  124.     OnClick = Button1Click
  125.   end
  126. end
  127.